home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000275_fdc@sesame.cc.columbia.edu_Tue Sep 16 13:54:49 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  38 lines

  1. Article: 14518 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news-not-for-mail
  3. From: fdc@sesame.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: .kermrc not sourced?
  6. Date: 16 Sep 2003 13:54:46 -0400
  7. Organization: Columbia University
  8. Lines: 21
  9. Message-ID: <bk7ip6$ktd$1@sesame.cc.columbia.edu>
  10. References: <ILG9b.698$Qc2.373@newssvr22.news.prodigy.com>
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1063734886 19879 128.59.59.56 (16 Sep 2003 17:54:46 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 16 Sep 2003 17:54:46 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14518
  16.  
  17. In article <ILG9b.698$Qc2.373@newssvr22.news.prodigy.com>,
  18. Jun Zhang  <nugulus@netscape.net> wrote:
  19. : I have c-kermit 8.0 on RH8.0. Downloaded kermrc from kermit website and 
  20. : named it .kermrc under home directory. Then I executed my script with 
  21. : the content,
  22. : #!/usr/local/bin/kermit
  23. : UNIXLOGIN
  24. : Executing /root/.kermrc for UNIX...
  25. : Good Morning!
  26. : ?Not a command or macro name: "UNIXLOGIN"
  27. : ....
  28. : (/root/) C-Kermit>
  29. : I see UNIXLOGIN is defined in .kermrc, how come?
  30. .kermrc is not sourced by "kerbang" scripts.  Add "take \v(home).kermrc"
  31. to the script if you want .kermrc processed.
  32.  
  33. - Frank
  34.